projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d9550
)
cert_create: fix makefile to remove executable on 'make realclean'
author
Jonathan Wright
<
[email protected]
>
Mon, 30 Apr 2018 14:04:02 +0000
(15:04 +0100)
committer
Jonathan Wright
<
[email protected]
>
Mon, 30 Apr 2018 16:25:42 +0000
(17:25 +0100)
Spurious whitespace existed in the BINARY shell variable which meant
the cert_tool executable was not being removed on 'make realclean'.
Change-Id: Ibfd2fd17889514f6613e33c6df58d53b9232ec14
Signed-off-by: Jonathan Wright <
[email protected]
>
tools/cert_create/Makefile
patch
|
blob
|
history
diff --git
a/tools/cert_create/Makefile
b/tools/cert_create/Makefile
index b0994b8cace0e41d06ff97b8fdfbc879265397b1..8a1958ffaf4e75eb37a202efd7dff89c56b6ec62 100644
(file)
--- a/
tools/cert_create/Makefile
+++ b/
tools/cert_create/Makefile
@@
-86,5
+86,5
@@
clean:
$(call SHELL_DELETE_ALL, src/build_msg.o ${OBJECTS})
realclean: clean
- $(call SHELL_DELETE,
${BINARY})
+ $(call SHELL_DELETE,${BINARY})